home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6409 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newshost.lanl.gov!tanmoy
  2. From: tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya)
  3. Newsgroups: comp.lang.pl1,comp.lang.c
  4. Subject: Re: PL/I and C
  5. Date: 24 Feb 1996 04:29:36 GMT
  6. Organization: Los Alamos National Laboratory
  7. Message-ID: <TANMOY.96Feb23212936@qcd.lanl.gov>
  8. References: <4gh5ru$eng@goanna.cs.rmit.EDU.AU> <312CCEB2.4AB7@corp.dialog.com>
  9.     <AD536AAB9668B76CD@mcdialb09.it.luc.edu>
  10.     <312E363C.3CDE@corp.dialog.com>
  11. NNTP-Posting-Host: qcd.lanl.gov
  12. Mime-Version: 1.0
  13. Content-Type: text
  14. In-reply-to: Paul Gorodyansky's message of Fri, 23 Feb 1996 13:48:44 -0800
  15.  
  16. In article <312E363C.3CDE@corp.dialog.com>
  17. Paul Gorodyansky <paul_gorodyansky@corp.dialog.com> writes:
  18.  
  19. <snip>
  20. PG: Sorry, you missed my point. If I want to have SEVERAL masks for THE SAME
  21. PG: area of memory, that is have SEVERAL DIFFERENT Structures overlaid my
  22. PG: buffer, C has a feature for this - a Union, where I can have members of
  23. PG: different Nature overlaid the same area of memory, BUT, unlike PL/I, an
  24. PG: Array CAN NOT be a member of a Union. But, it is always a case in our
  25. PG: Text Processing - I want to look at my source record's buffer at some 
  26.  
  27. Are you claiming that
  28.  union { int x;
  29.      char y[4]; } z;
  30. is invalid C? Why?
  31.  
  32. Cheers
  33. Tanmoy
  34.  
  35. --
  36. tanmoy@qcd.lanl.gov(128.165.23.46) DECNET: BETA::"tanmoy@lanl.gov"(1.218=1242)
  37. Tanmoy Bhattacharya O:T-8(MS B285)LANL,NM87545 H:#9,3000,Trinity Drive,NM87544
  38. Others see <gopher://yaleinfo.yale.edu:7700/00/Internet-People/internet-mail>,
  39. <http://alpha.acast.nova.edu/cgi-bin/inmgq.pl>or<ftp://csd4.csd.uwm.edu/pub/
  40. internetwork-mail-guide>. -- <http://nqcd.lanl.gov/people/tanmoy/tanmoy.html>
  41. fax: 1 (505) 665 3003   voice: 1 (505) 665 4733    [ Home: 1 (505) 662 5596 ]
  42.